PHP Class Jackalope\Query\QOM\Column

Inheritance: implements PHPCR\Query\QOM\ColumnInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$columnName string
$propertyName string
$selectorName string

Public Methods

Method Description
__construct ( string $selectorName, string $propertyName, string $columnName = null ) Constructor
getColumnName ( ) {@inheritDoc}
getPropertyName ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

Method Details

__construct() public method

Constructor
public __construct ( string $selectorName, string $propertyName, string $columnName = null )
$selectorName string
$propertyName string
$columnName string

getColumnName() public method

{@inheritDoc}
public getColumnName ( )

getPropertyName() public method

{@inheritDoc}
public getPropertyName ( )

getSelectorName() public method

{@inheritDoc}
public getSelectorName ( )

Property Details

$columnName protected property

protected string $columnName
return string

$propertyName protected property

protected string $propertyName
return string

$selectorName protected property

protected string $selectorName
return string