Exemple #1
0
 /**
  * @return DataContainer|null
  * @throws \ErrorException
  */
 public function getData()
 {
     if ($this->_data) {
         return $this->_data;
     }
     if (!$this->mem) {
         return null;
     }
     return $this->_data = DataContainer::convert($this->type, $this->mem);
 }
 public function __construct($config = [])
 {
     parent::__construct($config);
     // TODO: Change the autogenerated stub
 }