PHPExiftool\ClassUtils\Builder::getProperty PHP Méthode

getProperty() public méthode

public getProperty ( $property )
    public function getProperty($property)
    {
        return isset($this->properties[$property]) ? $this->properties[$property] : null;
    }