Back to FileLayout class

Method getSuffixes

public array
getSuffixes
()
Get the active suffixes
Returns
  • array
Since
  • 3.5
Class: FileLayout
Project: Joomla

Method getSuffixes - Source code

/**
 * Get the active suffixes
 *
 * @return  array
 *
 * @since   3.5
 */
public function getSuffixes()
{
    return $this->getOptions()->get('suffixes', array());
}