#1468: Code Completion support with PDT and PHPDocumentors @property and @method
---------------------+------------------------------------------------------
  Reporter:  enrico  |       Owner:  jwage                
      Type:  defect  |      Status:  reopened             
  Priority:  minor   |   Milestone:  1.1.0                
 Component:  Other   |     Version:                       
Resolution:          |    Keywords:                       
  Has_test:  0       |    Mystatus:  Pending Core Response
 Has_patch:  0       |  
---------------------+------------------------------------------------------
Changes (by enrico):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Hi jwage,

 thanks for implementing this - works like a charme except that the
 original column name is used instead of a given alias.

 Example code:
 {{{
 ...
   $this->hasColumn('passwort_salt as salt', 'string', 20, array('type' =>
 'string', 'length' => '20'));
 ...
 }}}

 Example documentation:
 {{{
 /**
  * ...
  * @property string $passwort_salt
  * ...
  */
 }}}

 In my opinion it should be "@property string $salt", shouldn't it?

 Enrico

-- 
Ticket URL: <http://trac.doctrine-project.org/ticket/1468#comment:5>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to