Lndj\Lcrawl::getExam PHP Method

getExam() public method

If We need another term's data, use POST. //TODO
public getExam ( ) : type
return type
    public function getExam()
    {
        $response = $this->buildGetRequest(self::ZF_EXAM_URI);
        return $this->parserCommonTable($response->getBody());
    }