Pimcore\Model\Schedule\Maintenance\Job::__construct PHP Method

__construct() public method

public __construct ( $id, $object, $method, $arguments = null )
    public function __construct($id, $object, $method, $arguments = null)
    {
        $this->setId($id);
        $this->setObject($object);
        $this->setMethod($method);
        $this->setArguments($arguments);
    }