Example #1
0
 /**
  * Gets the application layouts
  *
  * @param Application $application The application object
  * @param string      $type_id     The id of the type
  * @param string      $layout_type The type of the layout to fetch. Default: all
  *
  * @return array layouts
  * @since 2.0
  *
  * @deprecated 2.5.11 use TypeHelper::layouts()
  */
 public function getLayouts($application, $type_id, $layout_type = '')
 {
     return $this->app->type->layouts($application->getType($type_id), $layout_type);
 }