Imbo\Resource\Stats::getAllowedMethods PHP 메소드

getAllowedMethods() 공개 메소드

public getAllowedMethods ( )
    public function getAllowedMethods()
    {
        return ['GET', 'HEAD'];
    }