PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
createUrlWildcard ( string $sourceUrl, string $destinationUrl, boolean $forward ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard Creates a UrlWildcard object from given parameters.
extractUrlWildcardFromRow ( array $row ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard Extracts UrlWildcard object from given database $row.
extractUrlWildcardsFromRows ( array $rows ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard[] Extracts UrlWildcard objects from database $rows.

보호된 메소드들

메소드 설명
cleanUrl ( string $url ) : string

메소드 상세

cleanUrl() 보호된 메소드

protected cleanUrl ( string $url ) : string
$url string
리턴 string

createUrlWildcard() 공개 메소드

Creates a UrlWildcard object from given parameters.
public createUrlWildcard ( string $sourceUrl, string $destinationUrl, boolean $forward ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard
$sourceUrl string
$destinationUrl string
$forward boolean
리턴 eZ\Publish\SPI\Persistence\Content\UrlWildcard

extractUrlWildcardFromRow() 공개 메소드

Extracts UrlWildcard object from given database $row.
public extractUrlWildcardFromRow ( array $row ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard
$row array
리턴 eZ\Publish\SPI\Persistence\Content\UrlWildcard

extractUrlWildcardsFromRows() 공개 메소드

Extracts UrlWildcard objects from database $rows.
public extractUrlWildcardsFromRows ( array $rows ) : eZ\Publish\SPI\Persistence\Content\UrlWildcard[]
$rows array
리턴 eZ\Publish\SPI\Persistence\Content\UrlWildcard[]