Gdn_Email::masterView PHP Method

masterView() public method

Allows the definition of a masterview other than the default: "email.master".
Deprecation: since version 2.2
public masterView ( string $MasterView ) : Gdn_Email
$MasterView string
return Gdn_Email
    public function masterView($MasterView)
    {
        deprecated(__METHOD__);
        return $this;
    }