PhpSchool\CliMenu\Frame::count PHP Method

count() public method

public count ( ) : integer
return integer
    public function count()
    {
        return count($this->rows);
    }