Skip to content

Commit

Permalink
Deprecating aliases in folder class.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 27, 2009
1 parent 7c4d60a commit 934bda0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cake/libs/folder.php
Expand Up @@ -725,6 +725,7 @@ function errors() {
* nix flavored alias
*
* @see read
* @deprecated use read
* @access public
*/
function ls($sort = true, $exceptions = false) {
Expand All @@ -735,6 +736,7 @@ function ls($sort = true, $exceptions = false) {
* nix flavored alias
*
* @see create
* @deprecated use create
* @access public
*/
function mkdir($pathname, $mode = 0755) {
Expand All @@ -745,6 +747,7 @@ function mkdir($pathname, $mode = 0755) {
* nix flavored alias
*
* @see copy
* @deprecated use copy
* @access public
*/
function cp($options) {
Expand All @@ -755,6 +758,7 @@ function cp($options) {
* nix flavored alias
*
* @see move
* @deprecated use move
* @access public
*/
function mv($options) {
Expand All @@ -765,6 +769,7 @@ function mv($options) {
* nix flavored alias
*
* @see delete
* @deprecated use delete
* @access public
*/
function rm($path) {
Expand Down

0 comments on commit 934bda0

Please sign in to comment.