FFMpeg\FFProbe\DataMapping\AbstractData::has PHP Method

has() public method

Returns true if data has property.
public has ( string $property ) : boolean
$property string
return boolean
    public function has($property)
    {
        return isset($this->properties[$property]);
    }