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

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

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