Lndj\Lcrawl::getCet PHP 메소드

getCet() 공개 메소드

Get the CET data.
public getCet ( ) : type | Object
리턴 type | Object
    public function getCet()
    {
        $response = $this->buildGetRequest(self::ZF_CET_URI);
        return $this->parserCommonTable($response->getBody());
    }