Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Basho
Riak
Command
Builder
TimeSeries
TableTrait
PHP Trait Basho\Riak\Command\Builder\TimeSeries\TableTrait
Mostra file
Open project: basho/riak-php-client
Protected Properties
Property
Type
Description
$table
string
|
null
Stores the table name
Public Methods
Method
Description
getTable
( ) :
string
|
null
Gets the table name
inTable
(
string
$table
)
Attach the provided table name to the Command
Method Details
getTable()
public
method
Gets the table name
public
getTable
( ) :
string
|
null
return
string
|
null
inTable()
public
method
Attach the provided table name to the Command
public
inTable
(
string
$table
)
$table
string
Property Details
$table
protected_oe property
Stores the table name
protected
string|null
$table
return
string
|
null