Sulu\Component\Content\Compat\PropertyInterface::getName PHP Méthode

getName() public méthode

returns name of template.
public getName ( ) : string
Résultat string
    public function getName();

Usage Example

Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function remove(NodeInterface $node, PropertyInterface $property, $webspaceKey, $languageCode, $segmentKey)
 {
     // if exist remove property of node
     if ($node->hasProperty($property->getName())) {
         $node->getProperty($property->getName())->remove();
     }
 }
All Usage Examples Of Sulu\Component\Content\Compat\PropertyInterface::getName