PHPExiftool\ClassUtils\Builder::getProperty PHP Method

getProperty() public method

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