fts : domci update
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6107 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
4
fts.php
4
fts.php
@@ -92,7 +92,7 @@ class fts
|
|||||||
|
|
||||||
/** Set the method to call on tokens word only
|
/** Set the method to call on tokens word only
|
||||||
* The method must return the token updated
|
* The method must return the token updated
|
||||||
* @param callable $method The callable method
|
* @param callable $callable The callable method
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function callTokenWord ($callable)
|
public function callTokenWord ($callable)
|
||||||
@@ -108,7 +108,7 @@ class fts
|
|||||||
|
|
||||||
/** Set the method to call on tokens sentence only
|
/** Set the method to call on tokens sentence only
|
||||||
* The method must return the token updated
|
* The method must return the token updated
|
||||||
* @param callable $method The callable method
|
* @param callable $callable The callable method
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function callTokenSentence ($callable)
|
public function callTokenSentence ($callable)
|
||||||
|
|||||||
Reference in New Issue
Block a user