getName() public method

public getName ( ) : string
return string
Beispiel #1
0
 /**
  * adds a type.
  *
  * @param BlockPropertyType $type
  */
 public function addType(BlockPropertyType $type)
 {
     $this->types[$type->getName()] = $type;
 }