예제 #1
0
 /**
  * Checks if MemModel is empty
  *
  * @return	boolean
  * @access	public
  */
 function isEmpty()
 {
     return $this->model->isEmpty();
 }