Bravo3\Orm\Query\QueryResult::getFullSize PHP Method

getFullSize() public method

This information may not be available, and should be explicitly requested when creating the query.
public getFullSize ( ) : integer
return integer
    public function getFullSize()
    {
        return $this->full_size;
    }