Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DClassMethodTest.php31 $this->assertFalse($node->isMagic());
75 $this->assertTrue($node->isMagic(), 'Method should be magic');
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassMethod.php147 public function isMagic(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/
H A DCHANGELOG.md768 * Added `ClassMethod::isMagic()` method.

Completed in 9 milliseconds