BpNode: clean up, remove legacy constructor comments

This commit is contained in:
Thomas Gelf 2015-10-05 12:39:37 +02:00
parent 472e31e55e
commit 8de13f06b2

View file

@ -23,15 +23,8 @@ class BpNode extends Node
protected $className = 'process'; protected $className = 'process';
public function __construct( public function __construct(BusinessProcess $bp, $object)
BusinessProcess $bp, {
$object
/*
$name,
$operator,
$child_names
*/
) {
$this->bp = $bp; $this->bp = $bp;
$this->name = $object->name; $this->name = $object->name;
$this->setOperator($object->operator); $this->setOperator($object->operator);