Ejemplo n.º 1
0
 public function __construct($children = null, $attributes = null)
 {
     $this->init();
     parent::__construct($children, $attributes);
 }
Ejemplo n.º 2
0
function add_class(moojon_base_tag $tag, $class)
{
    $tag->add_class($class);
    return $tag;
}