PHP Класс Doctrine\OrientDB\Query\Command\Create\Link

Наследование: extends Doctrine\OrientDB\Query\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $class, string $property, string $alias, boolean $inverse = false ) Sets the source of the link, its $alias and if the link must be $reverse.
with ( string $class, string $property ) : Link Sets the destination of the link.

Защищенные методы

Метод Описание
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

Описание методов

__construct() публичный Метод

Sets the source of the link, its $alias and if the link must be $reverse.
public __construct ( string $class, string $property, string $alias, boolean $inverse = false )
$class string
$property string
$alias string
$inverse boolean

getSchema() защищенный Метод

protected getSchema ( )

getTokenFormatters() защищенный Метод

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
Результат Array

with() публичный Метод

Sets the destination of the link.
public with ( string $class, string $property ) : Link
$class string
$property string
Результат Link