NewsModule::getEditableParams PHP Method

getEditableParams() public method

public getEditableParams ( ) : array
return array
    public function getEditableParams()
    {
        return ['editor' => Yii::app()->getModule('yupe')->getEditors(), 'mainCategory' => CHtml::listData($this->getCategoryList(), 'id', 'name'), 'uploadPath', 'allowedExtensions', 'minSize', 'maxSize', 'rssCount', 'perPage'];
    }