public function __construct($recipes = array(), $offset = null, $limit = null) { $this->recipes = $recipes; $this->offset = $offset; $this->limit = $limit; }