Phue\Command\SetScheduleAttributes::__construct PHP Méthode

__construct() public méthode

Constructs a command
public __construct ( mixed $schedule )
$schedule mixed Schedule Id or Schedule object
    public function __construct($schedule)
    {
        $this->scheduleId = (string) $schedule;
    }
SetScheduleAttributes