コード例 #1
0
ファイル: Skeleton.php プロジェクト: oktopost/skeleton
 /**
  * @return static
  */
 public function enableKnot()
 {
     $this->map->enableKnot($this);
     return $this;
 }