コード例 #1
0
 /**
  * @param FOLDER $folder Retrieve entries from this folder.
  */
 public function __construct($folder)
 {
     parent::__construct($folder);
     $this->set_type('');
 }
コード例 #2
0
 /**
  * @param RECIPE_BOOK $folder Retrieve recipes from this recipe book.
  */
 public function __construct($folder)
 {
     parent::__construct($folder);
     $this->_order = 'entry.title';
 }