diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-07 13:02:40 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-07 13:02:40 +0200 |
commit | 0bf043d9bd4f86102fa075d605ded9e153648ad4 (patch) | |
tree | f5cca85bd434952524c7a2cc5e88dc132b49f6f0 /src/Config/Controls.php | |
parent | 352820cb5815f7cf4af9dc6851525ed273721c77 (diff) | |
download | csv-0bf043d9bd4f86102fa075d605ded9e153648ad4.zip csv-0bf043d9bd4f86102fa075d605ded9e153648ad4.tar.gz csv-0bf043d9bd4f86102fa075d605ded9e153648ad4.tar.bz2 |
deprecated get/setEnconding method
Diffstat (limited to 'src/Config/Controls.php')
-rw-r--r-- | src/Config/Controls.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php index 963851d..d92bb2f 100644 --- a/src/Config/Controls.php +++ b/src/Config/Controls.php @@ -177,11 +177,13 @@ trait Controls } /** - * Set the CSV encoding charset + * DEPRECATION WARNING! This method will be removed in the next major point release + * + * @deprecated deprecated since version 5.5 * * @param string $str * - * @return self + * @return static The invoked object */ public function setEncoding($str) { @@ -189,7 +191,9 @@ trait Controls } /** - * Get the CSV encoding charset + * DEPRECATION WARNING! This method will be removed in the next major point release + * + * @deprecated deprecated since version 5.5 * * @return string */ |