Newer
Older
public function getTitle() {
return $this->title;
}
public function getLines() {
return $this->objArray;
}
public function getLabels() {
if(count($this->objArray) > 0 ){
} else {
throw new Exception("Liste vide");
}
}