コード例 #1
0
ファイル: Column.php プロジェクト: mikemirten/ConstructorCMS
 /**
  * Get width
  * 
  * @return int
  */
 public function getWidth()
 {
     return $this->field->getWidth();
 }