Eccube\Entity\Product::getSearchWord PHP Method

getSearchWord() public method

Get search_word
public getSearchWord ( ) : string
return string
    public function getSearchWord()
    {
        return $this->search_word;
    }

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getSearchWord()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSearchWord', array());
     return parent::getSearchWord();
 }
All Usage Examples Of Eccube\Entity\Product::getSearchWord