Eccube\Entity\Product::getClassName1 PHP Method

getClassName1() public method

Get ClassName1
public getClassName1 ( ) : boolean
return boolean
    public function getClassName1()
    {
        $this->_calc();
        return $this->className1;
    }

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getClassName1()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getClassName1', array());
     return parent::getClassName1();
 }