Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php538 return $this->pStaticDereferenceLhs($node->class) . '::'
636 … return $this->pStaticDereferenceLhs($node->class) . '::' . $this->pObjectProperty($node->name);
648 … return $this->pStaticDereferenceLhs($node->class) . '::$' . $this->pObjectProperty($node->name);
1137 protected function pStaticDereferenceLhs(Node $node): string { function in PhpParser\\PrettyPrinter\\Standard

Completed in 11 milliseconds