phprs\util\IoCContainer::genKey PHP Method

genKey() private method

private genKey ( $method, $arguments )
    private function genKey($method, $arguments)
    {
        return '_ioc_' . $this->id . $method . sha1(serialize($arguments));
    }