PHP Classes

File: tests/Actions/Assets/CallbackFunctions.php

Recommend this page to a friend!
  Classes of Johnny Mast   PHP Filters and Actions   tests/Actions/Assets/CallbackFunctions.php   Download  
File: tests/Actions/Assets/CallbackFunctions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Filters and Actions
Listen to events and execute registered actions
Author: By
Last change:
Date: 6 years ago
Size: 145 bytes
 

Contents

Class file image Download
<?php
namespace Redbox\Hooks\Tests\Actions\Assets;

function
outputAstrixSymbol()
{
    echo
'*';
}

function
outputAtSymbol()
{
    echo
'@';
}