Instagram\API\Framework\Response::isJson PHP 메소드

isJson() 공개 메소드

Check if Content Type is Json
public isJson ( ) : boolean
리턴 boolean
    public function isJson()
    {
        return $this->getContentType() == "application/json";
    }