소스 검색

[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 년 전
부모
커밋
ee96c7d84c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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);
         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) {
     private function _toToken($part, $locale) {
         // get format tokens
         // get format tokens
         $comment = false;
         $comment = false;