Méthode |
Description |
|
addProperties ( array $properties ) : self |
Add many open graph properties. |
|
addProperty ( string $property, string $content ) : self |
Add an open graph property. |
|
setDescription ( string $description ) : self |
Set description property. |
|
setImage ( string $image ) : self |
Set image property. |
|
setPrefix ( string $prefix ) : self |
Set the open graph prefix. |
|
setSiteName ( string $siteName ) : self |
Set site name property. |
|
setTitle ( string $title ) : self |
Set title property. |
|
setType ( string $type ) : self |
Set type property. |
|
setUrl ( string $url ) : self |
Set url property. |
|