PHP Class PhpCsFixer\Test\AccessibleObject

Author: Dariusz Rumiński ([email protected])
Afficher le fichier Open project: friendsofphp/php-cs-fixer Class Usage Examples

Méthodes publiques

Méthode Description
__call ( $name, array $arguments )
__construct ( object $object )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
create ( $object )

Method Details

__call() public méthode

public __call ( $name, array $arguments )
$arguments array

__construct() public méthode

public __construct ( object $object )
$object object

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

__set() public méthode

public __set ( $name, $value )

create() public static méthode

public static create ( $object )