__construct() public method

public __construct ( array $attributes = [] )
$attributes array
Beispiel #1
0
 public function __construct(Operand $result, array $attributes = [])
 {
     parent::__construct($attributes);
     $this->result = $this->addWriteRef($result);
 }
Beispiel #2
0
 public function __construct(array $attributes = array())
 {
     parent::__construct($attributes);
     $this->result = new Variable();
 }
Beispiel #3
0
 public function __construct(array $attributes = [])
 {
     parent::__construct($attributes);
 }
Beispiel #4
0
 public function __construct(array $attributes = [])
 {
     parent::__construct($attributes);
     $this->result = $this->addWriteRef(new Temporary());
 }