Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getType PHP Method

getType() public method

Get type.
public getType ( ) : CollectionType
return CollectionType
    public function getType();

Usage Example

Exemplo n.º 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