Source for file Ethna_Plugin_Validator_Custom.php
Documentation is available at Ethna_Plugin_Validator_Custom.php
// vim: foldmethod=marker
* Ethna_Plugin_Validator_Custom.php
* @author ICHII Takashi <ichii386@schweetheart.jp>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
// {{{ Ethna_Plugin_Validator_Custom
* @author ICHII Takashi <ichii386@schweetheart.jp>
/** @var bool 配列を受け取るかフラグ */
* @param string $name フォームの名前
* @param mixed $var フォームの値
* @param array $params プラグインのパラメータ
function &validate($name, $var, $params)
$method_list =
preg_split('/\s*,\s*/', $params['custom'], -
1, PREG_SPLIT_NO_EMPTY);
foreach ($method_list as $method) {
$ret =
& $this->af->$method($name);
// このエラーはすでに af::checkSomething() で ae::add()
Documentation generated on Fri, 11 Nov 2011 04:00:39 +0900 by phpDocumentor 1.4.3