Exemplo n.º 1
0
 public function getLabel()
 {
     if ($this->row['Label'] == 0) {
         return null;
     } else {
         return Label::ROW($this->row['Label']);
     }
 }
Exemplo n.º 2
0
<?php

Label::ROW($_POST['id'])->setText($_POST['text']);
Exemplo n.º 3
0
 public function getTitle()
 {
     if ($this->row['Title'] == 0) {
         return null;
     } else {
         return Label::ROW($this->row['Title']);
     }
 }