Everzet\PersistedObjects\CallbackObjectIdentifier::__construct PHP Method

__construct() public method

public __construct ( callable $callable )
$callable callable
    public function __construct(callable $callable)
    {
        $this->callable = $callable;
    }
CallbackObjectIdentifier