WellCommerce\Bundle\LayoutBundle\Entity\LayoutBox::getIdentifier PHP Method

getIdentifier() public method

public getIdentifier ( ) : string
return string
    public function getIdentifier() : string
    {
        return $this->identifier;
    }

Usage Example

コード例 #1
0
 public function add(LayoutBox $box)
 {
     $this->items[$box->getIdentifier()] = $box;
 }