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

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

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