Browse Source

Deprecate replace method in Lang class.

Taylor Otwell 13 years ago
parent
commit
be2b7fec0c
1 changed files with 0 additions and 12 deletions
  1. 0 12
      system/lang.php

+ 0 - 12
system/lang.php

@@ -123,18 +123,6 @@ class Lang {
 		}
 	}
 
-	/**
-	 * Set the place-holder replacements.
-	 *
-	 * @param  array  $replacements
-	 * @return Lang 
-	 */
-	public function replace($replacements)
-	{
-		$this->replacements = $replacements;
-		return $this;
-	}
-
 	/**
 	 * Get the string content of the language line.
 	 */