TwistPHP Documentation

subject

File path: dist/twist/Core/Models/Email/ProtocolNative.model.php
Namespace: Twist\Core\Models\Email
Extends:

subject

Parameters

Name Type Description
$strSubjectstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strSubject 'foo';

//Call the function subject with the example vars
$resProtocolNative = new \Twist\Core\Models\Email\ProtocolNative();
$resProtocolNative -> subject($strSubject);