Documentation

Minio extends Component
in package

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Properties

$hashCode  : int
$hashCounter  : int
$tenants  : array<string|int, mixed>

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
bucketExists()  : bool
Checks if a bucket exists across all available tenants
bucketize()  : string
Transforms a string into an appropriate bucket name
createTenant()  : MinioTenant
createTenantFromArray()  : MinioTenant
extends()  : bool
getReflection()  : ReflectionClass
getTenantById()  : MinioTenant|null
init()  : mixed

Properties

$tenants

private static array<string|int, mixed> $tenants = []

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

bucketExists()

Checks if a bucket exists across all available tenants

public static bucketExists(string $bucket) : bool
Parameters
$bucket : string
Return values
bool

bucketize()

Transforms a string into an appropriate bucket name

public static bucketize(string $bucket) : string
Parameters
$bucket : string

The string to transform

Return values
string

The string transformed into an appropriate bucket name

createTenant()

public static createTenant(int $id, string $protocol, string $hostname, string $port) : MinioTenant
Parameters
$id : int
$protocol : string
$hostname : string
$port : string
Tags
throws
Exception
Return values
MinioTenant

createTenantFromArray()

public static createTenantFromArray(array<string|int, mixed> $tenant) : MinioTenant
Parameters
$tenant : array<string|int, mixed>
Return values
MinioTenant

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

        
On this page

Search results