Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Builder/
H A DMethod.php47 public function makeProtected() { function in PhpParser\\Builder\\Method
H A DClassConst.php67 public function makeProtected() { function in PhpParser\\Builder\\ClassConst
H A DParam.php97 public function makeProtected() { function in PhpParser\\Builder\\Param
H A DTraitUseAdaptation.php72 public function makeProtected() { function in PhpParser\\Builder\\TraitUseAdaptation
H A DProperty.php54 public function makeProtected() { function in PhpParser\\Builder\\Property
/PHP-Parser/test/PhpParser/Builder/
H A DTraitUseAdaptationTest.php30 (clone $builder)->makeProtected()->getNode()
H A DClassConstTest.php40 ->makeProtected()
H A DMethodTest.php41 ->makeProtected()
H A DPropertyTest.php41 ->makeProtected()
H A DParamTest.php222 ->makeProtected()
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php307 ->makeProtected()
314 ->addStmt($factory->property('someProperty')->makeProtected())
/PHP-Parser/doc/component/
H A DAST_builders.markdown61 ->makeProtected() // ->makePublic() [default], ->makePrivate()
68 ->addStmt($factory->property('someProperty')->makeProtected())

Completed in 22 milliseconds