*/ class FolderRewritingTest extends BaseRewritingObject { /** * @return mixed an instance of Product, Folder, Content or Category Model */ public function getObject() { return new Folder(); } }