set() 공개 메소드

Set description content.
public set ( string $content ) : self
$content string
리턴 self
예제 #1
0
 /**
  * Set the description content.
  *
  * @param  string  $content
  *
  * @return \Arcanedev\SeoHelper\SeoMeta
  */
 public function setDescription($content)
 {
     $this->description->set($content);
     return $this;
 }