PHP 클래스 Puli\Repository\Resource\LinkResource

부터: 1.0
저자: Bernhard Schussek ([email protected])
저자: Titouan Galopin ([email protected])
상속: extends GenericResource, implements Puli\Repository\Api\Resource\PuliResource
파일 보기 프로젝트 열기: puli/repository

공개 메소드들

메소드 설명
__construct ( string $targetPath, string | null $path = null )
getChild ( $relPath )
getTarget ( )
getTargetPath ( ) : string
hasChild ( $relPath )
hasChildren ( )
listChildren ( )

보호된 메소드들

메소드 설명
postUnserialize ( array $data )
preSerialize ( array &$data )

메소드 상세

__construct() 공개 메소드

public __construct ( string $targetPath, string | null $path = null )
$targetPath string
$path string | null

getChild() 공개 메소드

public getChild ( $relPath )

getTarget() 공개 메소드

public getTarget ( )

getTargetPath() 공개 메소드

public getTargetPath ( ) : string
리턴 string

hasChild() 공개 메소드

public hasChild ( $relPath )

hasChildren() 공개 메소드

public hasChildren ( )

listChildren() 공개 메소드

public listChildren ( )

postUnserialize() 보호된 메소드

protected postUnserialize ( array $data )
$data array

preSerialize() 보호된 메소드

protected preSerialize ( array &$data )
$data array