lib/Ajde/BootstrapInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

interface Ajde_BootstrapInterface
{
    public function __bootstrap();
}