Sulu\Bundle\ContactBundle\Content\Types\ContactSelectionContentType::getTemplate PHP Метод

getTemplate() публичный Метод

public getTemplate ( )
    public function getTemplate()
    {
        return $this->template;
    }

Usage Example

 public function testGetTemplate()
 {
     $type = new ContactSelectionContentType($this->template, $this->contactManager->reveal(), $this->accountManager->reveal(), $this->serializer->reveal(), new CustomerIdConverter(), new IndexComparator());
     $this->assertEquals($this->template, $type->getTemplate());
 }