abstract public function PHP_CodeCoverage_Report_Node::getFunctions

Returns the functions of this node.

Return value

array

2 methods override PHP_CodeCoverage_Report_Node::getFunctions()
PHP_CodeCoverage_Report_Node_Directory::getFunctions in drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php
Returns the functions of this node.
PHP_CodeCoverage_Report_Node_File::getFunctions in drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php
Returns the functions of this node.

File

drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php, line 302

Class

PHP_CodeCoverage_Report_Node
Base class for nodes in the code coverage information tree.

Code

public abstract function getFunctions();