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