PHP 클래스 PartKeepr\ImportBundle\Configuration\ManyToOneConfiguration

상속: extends Configuration
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$associationName
$importBehaviour
$matchers
$notFoundBehaviour
$notFoundSetToEntity
$setToEntity
$updateBehaviour

공개 메소드들

메소드 설명
getAssociationName ( ) : mixed
import ( $row )
parseConfiguration ( $importConfiguration )
setAssociationName ( mixed $associationName )

메소드 상세

getAssociationName() 공개 메소드

public getAssociationName ( ) : mixed
리턴 mixed

import() 공개 메소드

public import ( $row )

parseConfiguration() 공개 메소드

public parseConfiguration ( $importConfiguration )

setAssociationName() 공개 메소드

public setAssociationName ( mixed $associationName )
$associationName mixed

프로퍼티 상세

$associationName 보호되어 있는 프로퍼티

protected $associationName

$importBehaviour 보호되어 있는 프로퍼티

protected $importBehaviour

$matchers 보호되어 있는 프로퍼티

protected $matchers

$notFoundBehaviour 보호되어 있는 프로퍼티

protected $notFoundBehaviour

$notFoundSetToEntity 보호되어 있는 프로퍼티

protected $notFoundSetToEntity

$setToEntity 보호되어 있는 프로퍼티

protected $setToEntity

$updateBehaviour 보호되어 있는 프로퍼티

protected $updateBehaviour