pocketmine\event\block\SignChangeEvent::__construct PHP Method

__construct() public method

public __construct ( Block $theBlock, Player $thePlayer, array $theLines )
$theBlock pocketmine\block\Block
$thePlayer pocketmine\Player
$theLines array
    public function __construct(Block $theBlock, Player $thePlayer, array $theLines)
    {
        parent::__construct($theBlock);
        $this->player = $thePlayer;
        $this->lines = $theLines;
    }