Przeglądaj źródła

[ZF-7011] Zend_Date:

 - added some API docs

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16140 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 lat temu
rodzic
commit
ee96c7d84c
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      library/Zend/Date.php

+ 7 - 0
library/Zend/Date.php

@@ -488,6 +488,13 @@ class Zend_Date extends Zend_Date_DateObject
         return $this->date($this->_toToken($part, $locale), $this->getUnixTimestamp(), false);
     }
 
+    /**
+     * Internal method to apply tokens
+     *
+     * @param string $part
+     * @param string $locale
+     * @return string
+     */
     private function _toToken($part, $locale) {
         // get format tokens
         $comment = false;