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';
public function __construct(
BusinessProcess $bp,
$object
/*
$name,
$operator,
$child_names
*/
) {
public function __construct(BusinessProcess $bp, $object)
{
$this->bp = $bp;
$this->name = $object->name;
$this->setOperator($object->operator);