Changeset View
Changeset View
Standalone View
Standalone View
src/view/formation/PHUIFormationColumnView.php
| Show All 24 Lines | abstract class PHUIFormationColumnView | ||||
| public function getIsVisible() { | public function getIsVisible() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function getIsControlColumn() { | public function getIsControlColumn() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getVisibleSettingKey() { | |||||
| return null; | |||||
| } | |||||
| public function getWidthSettingKey() { | |||||
| return null; | |||||
| } | |||||
| public function getMinimumWidth() { | |||||
| return null; | |||||
| } | |||||
| public function getMaximumWidth() { | |||||
| return null; | |||||
| } | |||||
| public function newClientProperties() { | public function newClientProperties() { | ||||
| return null; | return null; | ||||
| } | } | ||||
| } | } | ||||