コード例 #1
0
ファイル: Table.php プロジェクト: geodesfour/dp741
 /**
  * @param string $colName
  *
  * @return $this
  * @throws Exception
  */
 function addColName($colName)
 {
     $this->columns->addColname($colName);
     return $this;
 }