Changeset 4337

Show
Ignore:
Timestamp:
05/06/08 09:27:13 (14 months ago)
Author:
romanb
Message:

Added a type hint.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Hydrator/RecordDriver.php

    r4336 r4337  
    5454    } 
    5555     
    56     public function initRelated($record, $name) 
     56    public function initRelated(Doctrine_Record $record, $name) 
    5757    { 
    5858        if ( ! isset($this->_initializedRelations[$record->getOid()][$name])) {