Exemple #1
0
 public function __construct(AnnotatedInterface $model = null)
 {
     parent::__construct($model);
     $this->available = new CommandProxyStorage($this, Mangan::fromModel($model)->connectionId);
 }