Craft\Workflow_SubmissionElementType::getStatuses PHP Method

getStatuses() public method

public getStatuses ( )
    public function getStatuses()
    {
        return array(Workflow_SubmissionModel::APPROVED => Craft::t('Approved'), Workflow_SubmissionModel::PENDING => Craft::t('Pending'), Workflow_SubmissionModel::REJECTED => Craft::t('Rejected'), Workflow_SubmissionModel::REVOKED => Craft::t('Revoked'));
    }