skeeks\cms\controllers\AdminCmsTreeTypePropertyController::actions PHP Method

actions() public method

public actions ( )
    public function actions()
    {
        return ArrayHelper::merge(parent::actions(), ['create' => ['callback' => [$this, 'create']], 'update' => ['callback' => [$this, 'update']]]);
    }
AdminCmsTreeTypePropertyController