getType() public méthode

Get type.
public getType ( ) : CollectionType
Résultat CollectionType
Exemple #1
0
 /**
  * @VirtualProperty
  * @SerializedName("locked")
  *
  * @return string
  */
 public function getLocked()
 {
     return !$this->entity->getType() || $this->entity->getType()->getKey() === SystemCollectionManagerInterface::COLLECTION_TYPE;
 }
Exemple #2
0
 /**
  * @VirtualProperty
  * @SerializedName("locked")
  *
  * @return string
  */
 public function getLocked()
 {
     return !$this->entity->getType() || $this->entity->getType()->getKey() === 'collection.system';
 }