PHP Interface PhpSpec\CodeAnalysis\AccessInspector

Afficher le fichier Open project: phpspec/phpspec Interface Usage Examples

Méthodes publiques

Méthode Description
isMethodCallable ( object $object, string $method ) : boolean
isPropertyReadable ( object $object, string $property ) : boolean
isPropertyWritable ( 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