PHP Class PhpCsFixer\Test\AccessibleObject

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

Public Methods

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

Method Details

__call() public method

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

__construct() public method

public __construct ( object $object )
$object object

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

create() public static method

public static create ( $object )