/ */ class P4Cms_Model_Iterator extends P4_Model_Iterator { /** * Define the type of models we want to accept in this iterator. */ protected $_allowedModelClass = 'P4Cms_ModelInterface'; }