Phue\Command\GetScheduleById::__construct PHP Method

__construct() public method

Constructs a command
public __construct ( integer $scheduleId )
$scheduleId integer Schedule Id
    public function __construct($scheduleId)
    {
        $this->scheduleId = (int) $scheduleId;
    }
GetScheduleById