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

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