get_type() . '-' . $suffix; } /** * Returns model type. * * Used for filtering and other places where model type distinction is needed. * * @return string */ abstract public function get_type(); }