setType() public method

Set type property.
public setType ( string $type ) : self
$type string
return self
Example #1
0
 /**
  * Set type property.
  *
  * @param  string  $type
  *
  * @return \Arcanedev\SeoHelper\SeoOpenGraph
  */
 public function setType($type)
 {
     $this->openGraph->setType($type);
     return $this;
 }