/** * It is routed as CLOVER_ROOT/CloverInfoTest/sample2 * It shows the usage of Clover Storage */ function sample1() { var_dump(Clover::getStore('A')); Clover::setStore('A', 'aaa'); var_dump(Clover::getStore('A')); }