Sulu\Component\Content\Compat\Block\BlockPropertyType::getName PHP Method

getName() public method

public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }

Usage Example

Exemplo n.º 1
0
 /**
  * adds a type.
  *
  * @param BlockPropertyType $type
  */
 public function addType(BlockPropertyType $type)
 {
     $this->types[$type->getName()] = $type;
 }