TwistPHP Documentation

useFromParam

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

useFromParam

Parameters

Name Type Description
[$blStatus = true]booleann/a

Return Values

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

Example

<?php
//Set the variables for the example
$blStatus true;

//Call the function useFromParam with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> useFromParam($blStatus);