PHP Class PhpSpec\CodeAnalysis\VisibilityAccessInspector

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

Méthodes publiques

Méthode Description
isMethodCallable ( object $object, string $method ) : boolean
isPropertyReadable ( object $object, string $property ) : boolean
isPropertyWritable ( object $object, string $property ) : boolean

Private Methods

Méthode Description
isExistingPublicMethod ( object $object, string $method ) : boolean
isExistingPublicProperty ( object $object, string $property ) : boolean

Method Details

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