for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Cycle\ORM\Promise\Example;
use Cycle\ORM\Promise\PromiseInterface;
class ProxyStub implements PromiseInterface
{
/**
* {@inheritdoc}
*/
public function __loaded(): bool
}
public function __role(): string
public function __scope(): array
public function __resolve()