Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/Builder/
H A DTraitUseAdaptationTest.php35 (clone $builder)->makePrivate()->getNode()
94 ->makePrivate()
H A DClassConstTest.php25 ->makePrivate()
H A DMethodTest.php54 ->makePrivate()
H A DPropertyTest.php27 ->makePrivate()
H A DParamTest.php244 ->makePrivate()
/PHP-Parser/lib/PhpParser/Builder/
H A DMethod.php58 public function makePrivate() { function in PhpParser\\Builder\\Method
H A DClassConst.php78 public function makePrivate() { function in PhpParser\\Builder\\ClassConst
H A DParam.php108 public function makePrivate() { function in PhpParser\\Builder\\Param
H A DTraitUseAdaptation.php82 public function makePrivate() { function in PhpParser\\Builder\\TraitUseAdaptation
H A DProperty.php65 public function makePrivate() { function in PhpParser\\Builder\\Property
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php316 ->makePrivate()
329 ->makePrivate()))
/PHP-Parser/doc/component/
H A DAST_builders.markdown61 ->makeProtected() // ->makePublic() [default], ->makePrivate()
69 ->addStmt($factory->property('anotherProperty')->makePrivate()->setDefault(array(1, 2, 3)))

Completed in 14 milliseconds