コード例 #1
0
ファイル: Row.php プロジェクト: xiaoguizhidao/koala-framework
 protected function _init()
 {
     parent::_init();
     $this->_componentClass = $this->getModel()->getComponentClass();
     $this->_classes = Kwc_Abstract::getChildComponentClasses($this->_componentClass, 'child');
 }