Method | Description | |
---|---|---|
isValid ( ) : boolean | Check if meta is valid. | |
key ( ) : string | Get the meta name. | |
make ( string $name, string $content, string $propertyName = 'name', string $prefix = '' ) : self | Make Meta instance. | |
setNameProperty ( string $nameProperty ) : self | Set the meta property name. | |
setPrefix ( string $prefix ) : self | Set the meta prefix name. |
public setNameProperty ( string $nameProperty ) : self | ||
$nameProperty | string | |
return | self |