Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
DOverload.php28 protected function getMethodByClass(Ast\Node $object, string $prefix = 'visit'): ?callable { function in PhpCss\\Ast\\Visitor\\Overload
43 if ($method = $this->getMethodByClass($astNode, 'visitEnter')) {
55 if ($method = $this->getMethodByClass($astNode)) {
67 if ($method = $this->getMethodByClass($astNode, 'visitLeave')) {