PHP Class PartKeepr\ImportBundle\Configuration\ManyToOneConfiguration

Inheritance: extends Configuration
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Protected Properties

Property Type Description
$associationName
$importBehaviour
$matchers
$notFoundBehaviour
$notFoundSetToEntity
$setToEntity
$updateBehaviour

Public Methods

Method Description
getAssociationName ( ) : mixed
import ( $row )
parseConfiguration ( $importConfiguration )
setAssociationName ( mixed $associationName )

Method Details

getAssociationName() public method

public getAssociationName ( ) : mixed
return mixed

import() public method

public import ( $row )

parseConfiguration() public method

public parseConfiguration ( $importConfiguration )

setAssociationName() public method

public setAssociationName ( mixed $associationName )
$associationName mixed

Property Details

$associationName protected property

protected $associationName

$importBehaviour protected property

protected $importBehaviour

$matchers protected property

protected $matchers

$notFoundBehaviour protected property

protected $notFoundBehaviour

$notFoundSetToEntity protected property

protected $notFoundSetToEntity

$setToEntity protected property

protected $setToEntity

$updateBehaviour protected property

protected $updateBehaviour