Marcelgwerder\ApiHandler\CountMetaProvider::get PHP 메소드

get() 공개 메소드

Get the meta information
public get ( ) : string
리턴 string
    public function get()
    {
        return intval($this->builder->count());
    }
CountMetaProvider