PhpSpec\CodeAnalysis\VisibilityAccessInspector::isPropertyReadable PHP Méthode

isPropertyReadable() public méthode

public isPropertyReadable ( object $object, string $property ) : boolean
$object object
$property string
Résultat boolean
    public function isPropertyReadable($object, $property)
    {
        return $this->isExistingPublicProperty($object, $property);
    }