Listing 1.1. Plik main/actions.class.php z projektu 1.1
<?php
class Actions extends ActionsBase
{
    public function execute_hello()
    {
    }
}