예제 #1
0
파일: Tag.php 프로젝트: objective-php/html
 /**
  * @return $this
  */
 public function clearContent()
 {
     $this->content->clear();
     return $this;
 }