MyBuilder\Cronos\Formatter\Cron::countLines PHP Method

countLines() public method

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