예제 #1
0
파일: Sep.php 프로젝트: mylen/graphviz
 public function __construct(AttributeType $value)
 {
     if (!$value instanceof AddDoubleType) {
         throw new \Exception("value {$value} not allowed, should be of type AddDoubleType");
     }
     parent::__construct($value);
 }
예제 #2
0
파일: Aspect.php 프로젝트: mylen/graphviz
 public function __construct(AspectType $value)
 {
     parent::__construct($value);
 }
예제 #3
0
 public function __construct(DoubleType $value)
 {
     parent::__construct($value);
 }
예제 #4
0
 public function __construct(ArrowType $value)
 {
     parent::__construct($value);
 }