limit = $limit; } public function __toString() { return '|> limit(n:' . (string)$this->limit . ') '; } }