File path: dist/twist/Core/Models/Email/ProtocolNative.model.php
Namespace: Twist\Core\Models\Email
useFromParam
—
Name | Description |
---|---|
[$blStatus = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blStatus = true;
//Call the function useFromParam with the example vars
$resProtocolNative = new \Twist\Core\Models\Email\ProtocolNative();
$resProtocolNative -> useFromParam($blStatus);