Home
last modified time | relevance | path

Searched refs:classprefix (Results 1 – 7 of 7) sorted by relevance

/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php128 * @param string|false $classprefix create a class from type with this prefix, false for no class
131 public function getLinkAttributes($classprefix = 'menuitem ') { argument
141 if($classprefix !== false) $attr['class'] = $classprefix . $this->getType();
151 * @param string|false $classprefix create a class from type with this prefix, false for no class
155 public function asHtmlLink($classprefix = 'menuitem ', $svg = true) { argument
156 $attr = buildAttributes($this->getLinkAttributes($classprefix));
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php75 * @param string|false $classprefix create a class from type with this prefix, false for no class
79 public function getListItems($classprefix = '', $svg = true) { argument
82 if($classprefix !== false) {
83 $class = ' class="' . $classprefix . $item->getType() . '"';
/template/bootstrap3/inc/Menu/Item/
H A DFeed.php28 public function getLinkAttributes($classprefix = 'menuitem ') argument
30 $attr = parent::getLinkAttributes($classprefix);
H A DPermalink.php35 public function getLinkAttributes($classprefix = 'menuitem ') argument
37 $attr = parent::getLinkAttributes($classprefix);
H A DImgOriginalSize.php39 public function getLinkAttributes($classprefix = 'menuitem ') argument
41 $attr = parent::getLinkAttributes($classprefix);
H A DHelp.php35 public function getLinkAttributes($classprefix = 'menuitem ') argument
37 $attr = parent::getLinkAttributes($classprefix);
H A DShareOn.php27 public function getLinkAttributes($classprefix = 'menuitem dropdown-toggle ') argument
31 $attr = parent::getLinkAttributes($classprefix);