PHP 클래스 Jarves\Storage\ViewStorage

상속: extends AbstractStorage
파일 보기 프로젝트 열기: jarves/jarves

공개 메소드들

메소드 설명
__construct ( Jarves $jarves, Filesystem $localFilesystem, ConditionOperator $conditionOperator )
add ( $values, $branchPk = null, $mode = 'into', $scope = null ) {@inheritDoc}
buildPath ( $path )
clear ( ) {@inheritDoc}
getBranch ( $pk = null, Condition $condition = null, $depth = 1, $scope = null, $options = null ) {@inheritDoc}
getCount ( Condition $condition = null ) {@inheritDoc}
getItem ( $pk, $options = null ) {@inheritDoc}
getItems ( array $filter = null, Condition $condition = null, $options = null ) {@inheritDoc}
getPrimaryKeys ( ) {@inheritDoc}
normalizePath ( &$path ) {@inheritDoc}
patch ( $primaryKey, $values ) {@inheritDoc}
remove ( $primaryKey ) {@inheritDoc}
update ( $primaryKey, $values ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( Jarves $jarves, Filesystem $localFilesystem, ConditionOperator $conditionOperator )
$jarves Jarves\Jarves
$localFilesystem Jarves\Filesystem\Filesystem
$conditionOperator Jarves\ConditionOperator

add() 공개 메소드

{@inheritDoc}
public add ( $values, $branchPk = null, $mode = 'into', $scope = null )

buildPath() 공개 메소드

public buildPath ( $path )

clear() 공개 메소드

{@inheritDoc}
public clear ( )

getBranch() 공개 메소드

{@inheritDoc}
public getBranch ( $pk = null, Condition $condition = null, $depth = 1, $scope = null, $options = null )
$condition Jarves\Configuration\Condition

getCount() 공개 메소드

{@inheritDoc}
public getCount ( Condition $condition = null )
$condition Jarves\Configuration\Condition

getItem() 공개 메소드

{@inheritDoc}
public getItem ( $pk, $options = null )

getItems() 공개 메소드

{@inheritDoc}
public getItems ( array $filter = null, Condition $condition = null, $options = null )
$filter array
$condition Jarves\Configuration\Condition

getPrimaryKeys() 공개 메소드

{@inheritDoc}
public getPrimaryKeys ( )

normalizePath() 공개 정적인 메소드

{@inheritDoc}
public static normalizePath ( &$path )

patch() 공개 메소드

{@inheritDoc}
public patch ( $primaryKey, $values )

remove() 공개 메소드

{@inheritDoc}
public remove ( $primaryKey )

update() 공개 메소드

{@inheritDoc}
public update ( $primaryKey, $values )