The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Tue, 02 Dec 2008 14:55:10 -0000
Local: Tues 2 Dec 2008 14:55
Subject: [Doctrine] #1709: incorrect phpdoc @return on Doctrine_Record::exportTo
#1709: incorrect phpdoc @return on Doctrine_Record::exportTo
-----------------------------------+--------------------------------------- - Reporter: dominicclifton | Owner: jwage Type: defect | Status: new Priority: minor | Milestone: 1.0.5 Component: Attributes | Version: 1.0.4 Keywords: | Has_test: 0 Mystatus: Pending Core Response | Has_patch: 0 -----------------------------------+--------------------------------------- - {{{ /** * exportTo * * @param string $type Format type: xml, yml, json * @param string $deep Whether or not to export deep in to all relationships * @return void */ public function exportTo($type, $deep = true) { if ($type == 'array') { return $this->toArray($deep); } else { return Doctrine_Parser::dump($this->toArray($deep, true), $type); } } }}} -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||