pocketmine\event\entity\EntityPortalTeleportEvent::setFrom PHP Method

setFrom() public method

public setFrom ( Position $from )
$from pocketmine\level\Position
    public function setFrom(Position $from)
    {
        $this->from = $from;
    }