Example #1
0
 function __construct($attributes = array())
 {
     $defaults = array();
     $defaults['center'] = array(0, 0, 0);
     $defaults['radius'] = 1;
     parent::__construct(array_merge($defaults, $attributes));
 }
Example #2
0
 function __construct($attributes = array())
 {
     $defaults = array();
     $defaults['text'] = '';
     $defaults['point'] = array(0, 0, 0);
     $defaults['height'] = 1;
     parent::__construct(array_merge($defaults, $attributes));
 }
Example #3
0
 function __construct($attributes = array())
 {
     $defaults = array();
     $defaults['center'] = array(0, 0, 0);
     $defaults['radius'] = 1;
     $defaults['startAngle'] = 0.1;
     $defaults['endAngle'] = 90;
     parent::__construct(array_merge($defaults, $attributes));
 }
Example #4
0
 function __construct($attributes = array())
 {
     $defaults = array();
     parent::__construct(array_merge($defaults, $attributes));
 }