Sulu\Bundle\ContentBundle\Content\Types\Phone::__construct PHP Метод

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

public __construct ( $template )
    public function __construct($template)
    {
        parent::__construct('Phone', '');
        $this->template = $template;
    }