Searched refs:getParts (Results 1 – 4 of 4) sorted by relevance
21 $this->assertSame(['foo'], $name->getParts());26 $this->assertSame(['foo', 'bar'], $name->getParts());
42 public function getParts(): array { function in PhpParser\\Node\\Name
156 It is possible to convert the name to the previous representation using `$name->getParts()`. The159 The `Name::getParts()` method is available since PHP-Parser 4.16.0, to allow libraries to support
179 than an array of parts separated by namespace separators. The `getParts()` method returns the old
Completed in 11 milliseconds