TwistPHP Documentation

__construct

File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

__constructAsset management utility that allows the addition and grouping of assets. Assets can be images, videos, files, links and other data that can be uploaded to a website/service.

Return Values

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

Example

<?php
//Call the function __construct with the example vars
Twist::Asset() -> __construct();