Home
last modified time | relevance | path

Searched refs:getIncludes (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DIncludeTest.php33 $this->ts->getIncludes()
50 $this->ts->getIncludes(true)
62 $this->ts->getIncludes(true, 'require_once')
/plugin/tplinc/
H A Dhelper.php79 public function getIncludes($location, $id = null) function in helper_plugin_tplinc
113 $pages = $this->getIncludes($location, $id);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php295 public function getIncludes($categorize = false, $category = null) function in PHP_Token_Stream