yii\rest\Controller::verbs PHP Метод

verbs() защищенный Метод

Please refer to [[VerbFilter::actions]] on how to declare the allowed verbs.
protected verbs ( ) : array
Результат array the allowed HTTP verbs.
    protected function verbs()
    {
        return [];
    }