Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getType PHP Méthode

getType() public méthode

Get type.
public getType ( ) : CollectionType
Résultat CollectionType
    public function getType();

Usage Example

Exemple #1
0
 /**
  * @VirtualProperty
  * @SerializedName("locked")
  *
  * @return string
  */
 public function getLocked()
 {
     return !$this->entity->getType() || $this->entity->getType()->getKey() === SystemCollectionManagerInterface::COLLECTION_TYPE;
 }
All Usage Examples Of Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getType