Core/tests/controller/controller.testdefaultcallablehalt.php

9 lines
125 B
PHP
Raw Normal View History

<?php
namespace Application\Controller;
class TestDefaultCallableHalt
{
public $halt = true;
public function index() {}
}