m\modules\v1\controllers\SchoolController::verbs PHP Method

verbs() public method

public verbs ( )
    public function verbs()
    {
        return ['all' => ['get'], 'detail' => ['get'], 'buildings' => ['get']];
    }