예제 #1
0
 function appendCategory($value)
 {
     $this->category = array_merge(ArrayUtil::arrays($this->category), ArrayUtil::arrays($value));
 }