Example #1
0
 protected static function assets($type, $args = array())
 {
     $self = new self($args);
     $self->_elements();
     return $self->assets->{$type}();
 }