示例#1
0
 /**
  * Helper method to return a full class name without the element.
  *
  * @param string $block
  * @param string $modifier
  * @return string
  */
 public static function bm($block, $modifier)
 {
     $bem = new Bem($block, null, $modifier);
     return $bem->getClassName();
 }