PHP Class pocketmine\scheduler\PluginTask

Inheritance: extends Task
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Protected Properties

Property Type Description
$owner pocketmine\plugin\Plugin

Public Methods

Method Description
__construct ( pocketmine\plugin\Plugin $owner )
getOwner ( ) : pocketmine\plugin\Plugin

Method Details

__construct() public method

public __construct ( pocketmine\plugin\Plugin $owner )
$owner pocketmine\plugin\Plugin

getOwner() final public method

final public getOwner ( ) : pocketmine\plugin\Plugin
return pocketmine\plugin\Plugin

Property Details

$owner protected property

protected Plugin,pocketmine\plugin $owner
return pocketmine\plugin\Plugin