I have an array param  $args($var1=>'',$var2=>'') and i want to speficy the
vars of the array in the documentation

now, is this way:
    /**
     * Test
     *
     * @param  array $args
     */
    public function teste($args)
    {
  }
-- 
View this message in context: 
http://www.nabble.com/phpDocumentor-array-param-tp23494796p23494796.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to