Esempio n. 1
0
File: Data.php Progetto: appcia/bind
 /**
  * {@inheritdoc}
  */
 public function __toString()
 {
     if ($this->check(false)) {
         return Arrays::compose($this->data);
     } else {
         return parent::__toString();
     }
 }