Method | Description | |
---|---|---|
__construct ( string $html ) | ||
getPropertyValue ( string $property ) : boolean | Returns html and attributes value of rdfa property. | |
getPropertyValues ( array $properties ) : array | Returns html value for rdfa properties. |
public getPropertyValue ( string $property ) : boolean | ||
$property | string | Could be a property sequence like (block[1].title[0]) |
return | boolean |
public getPropertyValues ( array $properties ) : array | ||
$properties | array | Could be a property sequence like (block[1].title[0]) |
return | array |