PHP Class PhpSpec\CodeAnalysis\MagicAwareAccessInspector

Inheritance: implements PhpSpec\CodeAnalysis\AccessInspector
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
__construct ( PhpSpec\CodeAnalysis\AccessInspector $accessInspector )
isMethodCallable ( object $object, string $method ) : boolean
isPropertyReadable ( object $object, string $property ) : boolean
isPropertyWritable ( object $object, string $property ) : boolean

Method Details

__construct() public méthode

public __construct ( PhpSpec\CodeAnalysis\AccessInspector $accessInspector )
$accessInspector PhpSpec\CodeAnalysis\AccessInspector

isMethodCallable() public méthode

public isMethodCallable ( object $object, string $method ) : boolean
$object object
$method string
Résultat boolean

isPropertyReadable() public méthode

public isPropertyReadable ( object $object, string $property ) : boolean
$object object
$property string
Résultat boolean

isPropertyWritable() public méthode

public isPropertyWritable ( object $object, string $property ) : boolean
$object object
$property string
Résultat boolean