/** * Wrap One's create method to return an * empty instance of the class associated with * this wrapper instead of the raw One class. * * return OneWrapper|bool */ public function create($data = null) { return $this->_createModelInstance(parent::create($data)); }