Nelmio\Alice\IsAServiceTrait::__clone PHP 메소드

__clone() 공개 메소드

public __clone ( )
    public function __clone()
    {
        throw UnclonableException::createForService();
    }
IsAServiceTrait