TwistPHP Documentation

loadLibraryManifest

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

loadLibraryManifestLoad in the library manifest file

Return Values

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

Example

<?php
//Call the function loadLibraryManifest with the example vars
$resResources = new \Twist\Core\Models\Resources();
$resResources -> loadLibraryManifest();