예제 #1
0
 public function __construct($media_queries = array())
 {
     parent::__construct($media_queries, ',');
 }
예제 #2
0
파일: Func.php 프로젝트: ju1ius/css-parser
 public function __construct($name, $args = array())
 {
     $this->name = $name;
     parent::__construct($args, ',');
 }