-
-
Save fayqLs/455989854373484dcf3bc4f7818f4001 to your computer and use it in GitHub Desktop.
AÇÃO DE SAÍDA DO TSpinner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// CONSTRUCT | |
$quantidade = new TSpinner('exemplo'); | |
$quantidade->setExitAction(new TAction([$this,'onFuncao','static'=>1])); | |
//<userCustomFunctions> | |
public static function onFuncao($param = null) | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment