404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.137.181.9: ~ $
<?php
class Intent {
    public $name;
    public $data;
    public $intentService;
    public $patterns= [];
    public $usedPattern;
    public $hasOtherIntents = false;
    function __construct(IntentService $intentService)
    {
        $this->intentService = $intentService;
        $this->init();
    }
    function init(){}
    function getIS() : IntentService {
        return $this->intentService;
    }
    function getName(){
        return $this->name;
    }
    function setData($data){
        $this->data = $data;
        return $this;
    }
    function act(){
        
    }
    function actInline(){
        
    }
    function getIntentID(){
        return 100;
    }
    function getUsedPattern() : Pattern {
        return $this->usedPattern;
    }
    function setUsedPattern(Pattern $usedPattern) : Intent {
        $this->usedPattern = $usedPattern;
        return $this;
    }
    function canHaveOtherIntents(){
        return $this->hasOtherIntents;
    }
}
?>

Filemanager

Name Type Size Permission Actions
currency Folder 2755
date Folder 2755
digit Folder 2755
inline Folder 2755
invite Folder 2755
patreon Folder 2755
start Folder 2755
testmaker Folder 2755
translate Folder 2755
Intent.class.php File 987 B 0755