Eccube\Entity\Product::getFreeArea PHP 메소드

getFreeArea() 공개 메소드

Get free_area
public getFreeArea ( ) : string
리턴 string
    public function getFreeArea()
    {
        return $this->free_area;
    }

Usage Example

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