예제 #1
0
 function __construct($belongsTo)
 {
     parent::__construct();
     $this->belongsTo = $belongsTo;
     $this->function = function () {
     };
     $this->message = '';
 }
예제 #2
0
 function __construct($tag = '', $forceID = true)
 {
     parent::__construct();
     $this->tag = $tag;
     $this->data = null;
     $this->indentLevel = 0;
 }