Exemple #1
0
 private function read()
 {
     $id = $_GET['id'];
     parent::_read(array(static::ID, static::DISPLAY_VALUE, static::DISPLAY_LIST), $id, static::ID);
 }