Helper\LoginFilter::isJSON PHP Method

isJSON() private method

private isJSON ( $docComment )
    private function isJSON($docComment)
    {
        if (strpos($docComment, '@JSON') !== false) {
            return true;
        }
        return false;
    }