コード例 #1
0
ファイル: Tag.php プロジェクト: objective-php/html
 /**
  * @return $this
  */
 public function clearContent()
 {
     $this->content->clear();
     return $this;
 }