Pt_BR En Ja De Fr 
You are currently viewing the Development branch api documentation. Switch to 0.11 or 1.0

Development Doctrine_Association_OneToOne

Doctrine Association OneToOne

A one-to-one mapping describes a uni-directional mapping from one entity to another entity.

Inheritence

Doctrine_Association_OneToOne  < Doctrine_Association

Method Details

  • (unknown) getSourceToTargetKeyColumns()

    Gets the source-to-target key column mapping.


  • (unknown) getTargetToSourceKeyColumns()

    Gets the target-to-source key column mapping.


  • lazyLoadFor(( ) $entity)

    Lazy-loads the associated entity for a given entity.


  • $mapping The mapping to validate & complete.

    (array) _validateMapping($mapping)

    Validates & completes the mapping. Mapping defaults are applied here.

    Doctrine_Association_OneToOne


  • $mapping The mapping info.

    __construct($mapping)

    Constructor.

    Creates a new OneToOneMapping.


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine