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 [];
    }