__construct() public method

public __construct ( $id = null, $workflowRuleName = null, $entityId = null, $entityType = null, $type = null )
 public function __construct($status = null, $id = null, $workflowRuleName = null, $entityId = null, $entityType = null, $type = null, $WorkflowRequestType = null)
 {
     parent::__construct();
     $this->status = $status;
     $this->id = $id;
     $this->workflowRuleName = $workflowRuleName;
     $this->entityId = $entityId;
     $this->entityType = $entityType;
     $this->type = $type;
     $this->WorkflowRequestType = $WorkflowRequestType;
 }