getCodeMax() public méthode

Get Product_code max
public getCodeMax ( ) : integer
Résultat integer
 /**
  * {@inheritDoc}
  */
 public function getCodeMax()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCodeMax', array());
     return parent::getCodeMax();
 }