/**
  * 
  *
  * @return MMarkupElementView
  */
 public function __construct()
 {
     parent::__construct();
     $this->element = null;
     $this->text = null;
     $this->properties = new MMutableDictionary();
     $this->indentsCode = true;
     $this->indentLevel = 0;
     $this->shouldAppendEmptyLine = false;
 }
Пример #2
0
 /**
  * 
  *
  * @return MPlainTextView
  */
 public function __construct(MString $text)
 {
     parent::__construct();
     $this->text = $text;
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
 }