tacnoman/dephpug

View on GitHub
src/Dephpug/Interfaces/iCore.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dephpug\Interfaces;

/**
 * Interface to get the core as a pointer
 */
interface iCore
{
    /**
     * Set the current core as the same instance
     */
    public function setCore(&$core);
}