예제 #1
0
파일: NotaPedido.php 프로젝트: retrofox/PCC
 public function getUltimoEstadoId()
 {
     return NotaPedidoPeer::retrieveUltimoEstado($this->getId(), false);
 }