registry::has PHP Method

has() public static method

public static has ( $key )
    public static function has($key)
    {
        return isset(static::$data[$key]);
    }